home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_497 / autoactivate / autoactivate.doc < prev    next >
Text File  |  1992-05-06  |  5KB  |  122 lines

  1.  
  2.                              AutoActivate
  3.  
  4.                              (Commodity)
  5.  
  6.                                   by
  7.  
  8.                             Stefan Sticht
  9.  
  10.          This program (binary), sourcecode, documentation is 
  11.  
  12.                             PUBLIC DOMAIN.
  13.  
  14.                      You may do anything with it!
  15.  
  16.  
  17. Purpose of this commodity:
  18. --------------------------
  19. AutoActivate  always activates the window under the mouse pointer when
  20. any key on the keyboard is pressed.
  21.  
  22. Requirements:
  23. -------------
  24. This commodity requires at least Kickstart 37.#?  and Workbench 37.#?.
  25. Please  check  this  out  using Version in the Shell or About from the
  26. Workbench's   Workbench   menu.    You   also   need   to   have   the
  27. commodities.library  in your libs:  directory.  Please check this out:
  28. type "dir libs:" in the shell.
  29.  
  30.  
  31. How to start a commodity:
  32. -------------------------
  33. First  there  are  two  basically different ways to start a commodity:
  34. via Workbench or via Shell.
  35.  
  36.     Starting  it  via Workbench is extrem simple:  just doubleclick on
  37. its  icon  and  the  commodity gets started.  Perhaps you might change
  38. some  parameters of the commodity.  You do this with tool types.  Tool
  39. types can be changed by clicking at the commodities icon and selecting
  40. Information from the Workbench's Icon menu.  In the window which opens
  41. you  see a listview gadget in which all tool types are listed.  Please
  42. refer  to  your  Workbench  documentation  on  how to change this tool
  43. types.  Which parameters you can change for this specific commodity is
  44. described below.
  45.     Please  note  that  another  double  click on the commodity's icon
  46. forces  the  commodity  to quit, if it's already running.  Running two
  47. copies  of  this commodity at the same time isn't useful and therefore
  48. possible.
  49.     To  start  a commodity via shell you type in its name.  If you get
  50. an  "Unknown  command  ???"  error  message,  you  have misspelled the
  51. commodity's  name  or the commodity isn't in your current directory or
  52. in the current search path.  The easiest way is to change your current
  53. directory  to the location of the commodity using the CD command.  You
  54. can  change  parameters  of  a commodity by command line options.  The
  55. available options are listed with ?  as the first parameter:
  56.  
  57.                             AutoActivate ?
  58.  
  59. gives you a list of the command line options.  The explanation of each
  60. option is below.  Starting the commodity once more while it is already
  61. running forces the commodity to quit.
  62.  
  63.     If  you  want  the  commodity to be started at every boot-up, it's
  64. best to add this line to your User-Startup file:
  65.  
  66.                      <path>AutoActivate <options>
  67.  
  68. Don't  forget  to  replace  <path>  by  the  path to the commodities's
  69. location  and <options> by the options you want to change. For example
  70. add this line if your commodity is located in the Tools drawer of your
  71. boot disk:
  72.  
  73.                           Tools/AutoActivate
  74.  
  75.     Another way to start the commodity at every boot-up is to drag its
  76. icon  in  the  WBStartup drawer of your boot disk.  Then the commodity
  77. gets  started  as if you had double clicked on its icon.  But you have
  78. to  add the tool type DONOTWAIT to the icon.
  79.  
  80.  
  81. Using Exchange:
  82. ---------------
  83. Exchange is the commodities controller program. With Exchange you can
  84. control all commodities: you can kill, disable, enable, show and hide
  85. commodities.
  86.     Start  the  Exchange  program,  which  usually is in the Utilities
  87. drawer  of your boot disk, by double clicking its icon.  Now you see a
  88. list  of  the available commodities.  Select the commodity you want to
  89. control.   The  commodities title, description and status is shown now
  90. below the listview gadget.
  91.     You  can  kill  the  commodity  using  the  Kill gadget...  If the
  92. commodity  has  a  window  to  open,  in which you usually change some
  93. parameters,  you  can  open  this window using Show.  Hide closes this
  94. window. AutoActivate has no window, which can be opened.
  95.  
  96.                         Changeable parameters:
  97.                         ----------------------
  98.  
  99. CX_Priority:
  100. ------------
  101. You  can  specify the priority of the Commodity within the commodities
  102. queue using the tool type or commandline option CX_PRIORITY=<n>, where
  103. <n> is the decimal value for the priority.  Default priority is 0.
  104.  
  105.  
  106.  
  107. Send bug-reports, enhancement-requests, questions, gifts(!) to:
  108. ---------------------------------------------------------------
  109. Stefan Sticht
  110. Bibereckerweg 40a
  111. D-8390 Passau 18
  112. FRG
  113.  
  114. or (better) EMail to:
  115. Internet: cbmvax.commodore.com!cbmehq!cbmger!edith!sticht@rutgers.EDU
  116.       or: IWSTICHT@ibm.rz.uni-passau.de
  117. Fido-Net: Stefan Sticht (2:242/16)
  118.  
  119. Please include the version number of the commodity in every bug report.
  120. You  get  the  version  number  using  the  Version  command:
  121.                      Version [<path>]<commodity>
  122.